/* ================================
   AKESO GLOBAL RESET (ZOHO SAFE)
================================ */
html body {
  font-family: 'Inter', sans-serif !important;
  background-color: #f7f3eb !important;
  color: #000 !important;
}

/* ================================
   CONTAINER & GRID FIXES
================================ */
.container {
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 16px !important;
}

.container.grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 20px !important;
}

/* Mobile stacking */
@media (max-width: 900px) {
  .container.grid {
    grid-template-columns: 1fr !important;
  }
}

/* ================================
   CARD STYLING
================================ */
.card {
  background: #ffffff !important;
  border-radius: 18px !important;
  padding: 24px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
  border: none !important;
}

/* ================================
   HEADINGS
================================ */
.card h2,
.card h3 {
  color: #000 !important;
  font-weight: 700 !important;
}

/* ================================
   FORM ELEMENTS
================================ */
.card label {
  font-weight: 600 !important;
  color: #000 !important;
}

.card input,
.card select {
  width: 100% !important;
  padding: 12px !important;
  border-radius: 10px !important;
  border: 1px solid #ccc !important;
  background: #fff !important;
  font-size: 14px !important;
}

.card input:focus,
.card select:focus {
  outline: none !important;
  border-color: #69c1a9 !important;
  box-shadow: 0 0 0 2px rgba(105,193,169,0.25) !important;
}

/* ================================
   PRIMARY BUTTON (CALCULATE)
================================ */
.card button {
  background: #69c1a9 !important;
  color: #000 !important;
  font-weight: 700 !important;
  border-radius: 12px !important;
  border: none !important;
  padding: 14px !important;
  cursor: pointer !important;
}

.card button:hover {
  opacity: 0.9 !important;
}

/* ================================
   TABS (ESSENTIAL / PREMIUM / ELITE)
================================ */
.tabs {
  display: flex !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  margin-bottom: 16px !important;
}

.tab {
  padding: 8px 16px !important;
  border-radius: 999px !important;
  border: 1px solid #ccc !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  background: #fff !important;
}

.tab.active {
  background: #69c1a9 !important;
  border-color: #69c1a9 !important;
  color: #000 !important;
}

/* ================================
   PACKAGE RESULT CARDS
================================ */
.result {
  border: 1px solid #c1b683 !important;
  border-radius: 16px !important;
  padding: 18px !important;
  margin-bottom: 16px !important;
  background: #fff !important;
}

.badge {
  display: inline-block !important;
  background: #c1b683 !important;
  color: #000 !important;
  padding: 4px 12px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

/* ================================
   PRICE & BREAKUP
================================ */
.price {
  font-size: 24px !important;
  font-weight: 700 !important;
  color: #c1b683 !important;
}

.breakup {
  font-size: 13px !important;
  color: #444 !important;
  margin-top: 6px !important;
}

/* ================================
   WHATSAPP BUTTON
================================ */
.wa {
  background: #25D366 !important;
  color: #fff !important;
  border-radius: 12px !important;
  padding: 14px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-top: 14px !important;
}

.wa:hover {
  opacity: 0.9 !important;
}

/* ================================
   DATE DISPLAY
================================ */
.note {
  font-size: 13px !important;
  color: #555 !important;
  margin-bottom: 10px !important;
}
